# LPs with errors
- Reduction to PolyMatrixGame
- is_weakly_robust
- is_strongly_robust
- functional_form
# Polynomial Matrix Games
- [x] functional_form_value() -> Ratio<Polynomial<i32>>
- functional_form_strategy_row() -> Vec<Ratio<Polynomial<i32>>>
- functional_form() -> (Ratio<Polynomial<i32>>, Ratio<Polynomial<i32>>)
- Need a Kernel that maintain optimal strategies!!
- Kaplansky 1945 (doi: 10.2307/1969164) gives only the value
- is_uniform_value_positive
- Add a preliminary test (some “interesting” sufficient conditions)
# POMDPs
- Implement from the basics
- play()